home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 118
/
MOBICLIC 118.ISO
/
mac
/
Milan.swf
/
scripts
/
DefineSprite_16_TraceBoxAlerte
/
frame_1
/
DoAction.as
Wrap
Text File
|
2009-08-11
|
262b
|
15 lines
_global.TraceBoxAlerte = this;
this._visible = false;
this.BTNfermer.onPress = function()
{
this._parent._visible = false;
};
this.FOND.onPress = function()
{
startDrag(this._parent,0);
};
this.FOND.onRelease = function()
{
stopDrag();
};